| uranux_desenv [uranux.xml] |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| public.exists_any(hstore, text[]) | (Procedure) |
| Name | public.exists_any(hstore, text[]) |
| Comment | |
| Src |
CREATE FUNCTION public.exists_any(hstore, text[]) RETURNS boolean AS $BODY$hstore_exists_any$BODY$ LANGUAGE 'c' IMMUTABLESTRICT ; |